GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-23T20:01:09.8333004+00:00",
"SubmitDate": "2026-01-23T20:01:09.8333004+00:00",
"ReportPeriodStart": "2026-01-23T20:01:09.8333004+00:00",
"ReportPeriodEnd": "2026-01-23T20:01:09.8333004+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e64a71ba-f5ef-471e-8bc8-c2a773024641",
"Rows": [
{
"ItemId": "f902a733-2ff9-46da-b28d-3382dc3074a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f902a733-2ff9-46da-b28d-3382dc3074a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e64a71ba-f5ef-471e-8bc8-c2a773024641",
"Rows": [
{
"ItemId": "f902a733-2ff9-46da-b28d-3382dc3074a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f902a733-2ff9-46da-b28d-3382dc3074a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8df0a29-e660-45e2-8343-21d7517626da",
"7d442277-937f-4f45-a9c3-a801e578e97b"
],
"Approvers": [
"60c8abb0-5f91-47f8-b49a-09373a3519ce",
"dea1ae04-76a0-4a2a-9f2b-930ca93cb393"
],
"ApprovedBy": "0818d4c0-f605-4c4b-80cb-e41b9c06bcb3",
"ApprovalDate": "2026-01-23T20:01:09.8333004+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "957bfdbf-f784-4583-8185-644b7631057d",
"id": "2de13c92-d590-4a79-b9f5-b699eb135f32",
"ConfigId": "65f49cf2-1901-4608-9d92-c51532a3d5e4"
},
{
"GenerationDate": "2026-01-23T20:01:09.8333004+00:00",
"SubmitDate": "2026-01-23T20:01:09.8333004+00:00",
"ReportPeriodStart": "2026-01-23T20:01:09.8333004+00:00",
"ReportPeriodEnd": "2026-01-23T20:01:09.8333004+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e64a71ba-f5ef-471e-8bc8-c2a773024641",
"Rows": [
{
"ItemId": "f902a733-2ff9-46da-b28d-3382dc3074a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f902a733-2ff9-46da-b28d-3382dc3074a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e64a71ba-f5ef-471e-8bc8-c2a773024641",
"Rows": [
{
"ItemId": "f902a733-2ff9-46da-b28d-3382dc3074a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f902a733-2ff9-46da-b28d-3382dc3074a1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8df0a29-e660-45e2-8343-21d7517626da",
"7d442277-937f-4f45-a9c3-a801e578e97b"
],
"Approvers": [
"60c8abb0-5f91-47f8-b49a-09373a3519ce",
"dea1ae04-76a0-4a2a-9f2b-930ca93cb393"
],
"ApprovedBy": "0818d4c0-f605-4c4b-80cb-e41b9c06bcb3",
"ApprovalDate": "2026-01-23T20:01:09.8333004+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "957bfdbf-f784-4583-8185-644b7631057d",
"id": "2de13c92-d590-4a79-b9f5-b699eb135f32",
"ConfigId": "65f49cf2-1901-4608-9d92-c51532a3d5e4"
}
]